Add G_BEGIN_DECLS/G_END_DECLS to make these usable in C++. Forgot this
authorMatthias Clasen <maclas@gmx.de>
Mon, 3 Nov 2003 21:46:51 +0000 (21:46 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 3 Nov 2003 21:46:51 +0000 (21:46 +0000)
Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make
these usable in C++. Forgot this file in my Oct 11 commit.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkwindow-decorate.h

index 45f68a6eb92acb0cfd00275e7a1b605b23032cc5..2c82a40a0813851bd78bb14dbc963a333df9a408 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
+       these usable in C++. Forgot this file in my Oct 11 commit.
+
 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
index 45f68a6eb92acb0cfd00275e7a1b605b23032cc5..2c82a40a0813851bd78bb14dbc963a333df9a408 100644 (file)
@@ -1,3 +1,8 @@
+Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
+       these usable in C++. Forgot this file in my Oct 11 commit.
+
 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
index 45f68a6eb92acb0cfd00275e7a1b605b23032cc5..2c82a40a0813851bd78bb14dbc963a333df9a408 100644 (file)
@@ -1,3 +1,8 @@
+Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
+       these usable in C++. Forgot this file in my Oct 11 commit.
+
 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
index 45f68a6eb92acb0cfd00275e7a1b605b23032cc5..2c82a40a0813851bd78bb14dbc963a333df9a408 100644 (file)
@@ -1,3 +1,8 @@
+Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
+       these usable in C++. Forgot this file in my Oct 11 commit.
+
 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
index 45f68a6eb92acb0cfd00275e7a1b605b23032cc5..2c82a40a0813851bd78bb14dbc963a333df9a408 100644 (file)
@@ -1,3 +1,8 @@
+Mon Nov  3 22:45:58 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtkwindow-decorate.h: Add G_BEGIN_DECLS/G_END_DECLS to make 
+       these usable in C++. Forgot this file in my Oct 11 commit.
+
 2003-11-03  Federico Mena Quintero  <federico@ximian.com>
 
        * gtk/gtkfilechooserdefault.c (create_shortcuts_tree): Add a stock
index df07467a5cf753cdeafae1ad95cdfbc34dba21ce..2ce21b3140e9d06bc3343446e439d84f2fdda203 100644 (file)
@@ -21,6 +21,8 @@
  * Authors: Alexander Larsson <alexl@redhat.com>
  */
 
+G_BEGIN_DECLS
+
 void gtk_decorated_window_init                 (GtkWindow   *window);
 void gtk_decorated_window_calculate_frame_size (GtkWindow   *window);
 void gtk_decorated_window_set_title            (GtkWindow   *window,
@@ -30,3 +32,5 @@ void gtk_decorated_window_move_resize_window   (GtkWindow   *window,
                                                gint         y,
                                                gint         width,
                                                gint         height);
+
+G_END_DECLS